diff --git a/pkgs/applications/emulators/libretro/cores/ppsspp.nix b/pkgs/applications/emulators/libretro/cores/ppsspp.nix index bdc4cb4bd0c0..31a00e5aa7a3 100644 --- a/pkgs/applications/emulators/libretro/cores/ppsspp.nix +++ b/pkgs/applications/emulators/libretro/cores/ppsspp.nix @@ -13,13 +13,13 @@ }: mkLibretroCore { core = "ppsspp"; - version = "0-unstable-2025-11-27"; + version = "0-unstable-2025-12-04"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "e5bafa4264e88cf2699e44740e2580ced0454a90"; - hash = "sha256-+Rmj75yBodwqENJppTWpsef9R0ajCoz9KaxVuYktUII="; + rev = "cf306e9cec919011339fb123d009cb470f628df4"; + hash = "sha256-5UNd59QG10yD7wuiXWC5JwqWvggx07M6n320dhJ3rU0="; fetchSubmodules = true; };