From 0f5b14a09a9c72ad9639b04f403eafd0aef7aaaa Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 3 Oct 2025 02:49:47 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2025-09-10 -> 0-unstable-2025-09-30 --- pkgs/applications/emulators/libretro/cores/ppsspp.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/ppsspp.nix b/pkgs/applications/emulators/libretro/cores/ppsspp.nix index b4e7026f0166..cb789b79d809 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-09-10"; + version = "0-unstable-2025-09-30"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "a240cb24070700fbf73a1522338ebd60011a0daf"; - hash = "sha256-A4tqLVmW6Y4boQRf80N0upFS+s6P+TQRXB/i8rg/I4g="; + rev = "2f4b1adc98d36a4d3fdd0a413d65a7a0b306ed4c"; + hash = "sha256-9azuw2uCwc1cpqnrqCBGp4uS2AHOc2gBJIaOTSullvs="; fetchSubmodules = true; };