diff --git a/pkgs/applications/emulators/libretro/cores/ppsspp.nix b/pkgs/applications/emulators/libretro/cores/ppsspp.nix index eb10bd383457..63241ce3f69f 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-01-14"; + version = "0-unstable-2025-03-15"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "841eb115e224dcdaa4b97f33ee0126fa00149c2a"; - hash = "sha256-QnD13GxwW+B5ZdRRBhBwxUELwCwrlBsxBO0//elIfM4="; + rev = "60a2dd12bc6eebb9e7885bf77f91835d6ff07307"; + hash = "sha256-I9v01nXxaE1JboJ3a4hxIi1Qw78mOaLWdSVikF1vv1I="; fetchSubmodules = true; };