diff --git a/pkgs/applications/emulators/libretro/cores/beetle-pce-fast.nix b/pkgs/applications/emulators/libretro/cores/beetle-pce-fast.nix index 138ce2e99ed4..4e994394f762 100644 --- a/pkgs/applications/emulators/libretro/cores/beetle-pce-fast.nix +++ b/pkgs/applications/emulators/libretro/cores/beetle-pce-fast.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "mednafen-pce-fast"; - version = "0-unstable-2025-10-17"; + version = "0-unstable-2025-11-14"; src = fetchFromGitHub { owner = "libretro"; repo = "beetle-pce-fast-libretro"; - rev = "d5c2b28ee6931ae43a4a79455937693ae8ccc8a1"; - hash = "sha256-67SLilFN88TVdbtpb97dw87QVLJWIib44kifVvZMXYE="; + rev = "7e9b257b8a591cb7e00f9e55371edba19db9799c"; + hash = "sha256-LBx4bSnE3XeQw/Bc5EID8U6Dxj7uc6JBrV8vSwO/jEM="; }; makefile = "Makefile";