From 8e4eef39f5c0207ecc1daa4e25cc08f8e3e36f48 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 11 Sep 2025 00:12:23 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2025-08-30 -> 0-unstable-2025-09-10 --- 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 5394356c4928..b4e7026f0166 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-08-30"; + version = "0-unstable-2025-09-10"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "b9a3e939711e007cce6af5930603122c0df91f20"; - hash = "sha256-eEJeH7tfuIVrlkqGwsoe6RkY7tOEIyUbHSM8xGyZL4o="; + rev = "a240cb24070700fbf73a1522338ebd60011a0daf"; + hash = "sha256-A4tqLVmW6Y4boQRf80N0upFS+s6P+TQRXB/i8rg/I4g="; fetchSubmodules = true; };