From cef2db92e914c0515bf496784c9159be075d7a46 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 20 Aug 2025 11:16:14 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2025-08-11 -> 0-unstable-2025-08-19 --- 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 eeaedc0caabd..32cf3dbc34c3 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-11"; + version = "0-unstable-2025-08-19"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "9912aa5c8d3b95165c56e29ffaa50069aeae0860"; - hash = "sha256-5snyC0hk1VqYH4aqz4E7ukPyOLrDVZwDsw3LPdHDSzM="; + rev = "e526986da2b491763e2d715741f1babeef68f1a6"; + hash = "sha256-aPYsgb/nO9RzSGL+evMiCoYz3+08HC83An3rMoCWWMw="; fetchSubmodules = true; };