libretro.ppsspp: 0-unstable-2025-09-10 -> 0-unstable-2025-09-30

R. Ryantm 0f5b14a0 fe2a8ef0

Changed files
+3 -3
pkgs
applications
emulators
libretro
cores
+3 -3
pkgs/applications/emulators/libretro/cores/ppsspp.nix
···
}:
mkLibretroCore {
core = "ppsspp";
-
version = "0-unstable-2025-09-10";
src = fetchFromGitHub {
owner = "hrydgard";
repo = "ppsspp";
-
rev = "a240cb24070700fbf73a1522338ebd60011a0daf";
-
hash = "sha256-A4tqLVmW6Y4boQRf80N0upFS+s6P+TQRXB/i8rg/I4g=";
fetchSubmodules = true;
};
···
}:
mkLibretroCore {
core = "ppsspp";
+
version = "0-unstable-2025-09-30";
src = fetchFromGitHub {
owner = "hrydgard";
repo = "ppsspp";
+
rev = "2f4b1adc98d36a4d3fdd0a413d65a7a0b306ed4c";
+
hash = "sha256-9azuw2uCwc1cpqnrqCBGp4uS2AHOc2gBJIaOTSullvs=";
fetchSubmodules = true;
};