From 2e34eff32b841f00a006a9e9322a7784241bf30f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 25 May 2026 16:50:35 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2026-05-17 -> 0-unstable-2026-05-25 --- 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 1ac6a05856cb..a90a17f7bb5f 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-2026-05-17"; + version = "0-unstable-2026-05-25"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "4fb74aa5a90c8eaededa5ad6883683e6a4271ef0"; - hash = "sha256-5xgLQQye9LTQq1QLSphbmNb5vzG6m3MvUslHdeSHpZE="; + rev = "68296a4f75cc3c30b39ea6e82dac8c4e83fd41a4"; + hash = "sha256-mME2g2a1HLGsby2ZV5S/brYAeHBhBCIUF5plQMQWLac="; fetchSubmodules = true; };