diff --git a/community/retroarch/PKGBUILD b/community/retroarch/PKGBUILD
index a67d1695d..883568586 100644
--- a/community/retroarch/PKGBUILD
+++ b/community/retroarch/PKGBUILD
@@ -8,7 +8,7 @@
 
 pkgname=retroarch
 pkgver=1.8.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Reference frontend for the libretro API'
 arch=(x86_64)
 url=http://www.libretro.com/
@@ -82,6 +82,8 @@ prepare() {
   cd RetroArch
 
   patch -Np1 -i ../retroarch-config.patch
+
+  git cherry-pick -n 685948368e6b28b97e1b91bdfe5921519359a033 # FS#66843
 }
 
 build() {