diff --git a/pkgs/applications/emulators/libretro/cores/ppsspp.nix b/pkgs/applications/emulators/libretro/cores/ppsspp.nix index a90a17f7bb5f..6fdbaf6acbd7 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-2026-05-25"; + version = "0-unstable-2026-06-03"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "68296a4f75cc3c30b39ea6e82dac8c4e83fd41a4"; - hash = "sha256-mME2g2a1HLGsby2ZV5S/brYAeHBhBCIUF5plQMQWLac="; + rev = "c9bededa26315b0a7564f72821ce61a5420c79b4"; + hash = "sha256-bm83QjqhyployW+LzC3/AvR6qgEF9DpQrDqRAtI+4dU="; fetchSubmodules = true; };