From 20ec2c7f46e182ad3b9b3b6b9758bcc86649be90 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 17 May 2026 10:10:36 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2026-04-28 -> 0-unstable-2026-05-17 --- 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 8855e73d2d1c..1ac6a05856cb 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-04-28"; + version = "0-unstable-2026-05-17"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "dbb34075bc5c72c18291547ff63d7b001ebb29ab"; - hash = "sha256-YOOpjLUevYsQ2yWWuwqjPjaWXx2BAq7ZubbAZBtclbM="; + rev = "4fb74aa5a90c8eaededa5ad6883683e6a4271ef0"; + hash = "sha256-5xgLQQye9LTQq1QLSphbmNb5vzG6m3MvUslHdeSHpZE="; fetchSubmodules = true; };