diff --git a/pkgs/applications/emulators/libretro/cores/ppsspp.nix b/pkgs/applications/emulators/libretro/cores/ppsspp.nix index e69b304021bf..c631eb7c86ff 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-07-06"; + version = "0-unstable-2025-07-16"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "32e05485c5cf48bbe393ca5ce2b356db4a73ddbf"; - hash = "sha256-sU2bmCYpXl5VPpu2qZtXGgJJ523fPQsoQSWYhTwAkOs="; + rev = "e68cec63d0d5d89442ddfab5b425c73e2bb5eb35"; + hash = "sha256-xNh+McD/oGBKTcnhQgM3zCZhX4Q7IOf9CcdIJJvqM4g="; fetchSubmodules = true; };