From 7dd372414e85d4d5383313a7f2ed11f3b06bcefb Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 30 Apr 2026 19:14:43 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2026-04-20 -> 0-unstable-2026-04-28 --- 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 1029c5f1b2d9..8855e73d2d1c 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-20"; + version = "0-unstable-2026-04-28"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "93601fe4a065ae25993047cc85de452b42b61c6e"; - hash = "sha256-nBC1VTfGlGteYjElIPSCWXljzynoKAVhHgELhRK5a1o="; + rev = "dbb34075bc5c72c18291547ff63d7b001ebb29ab"; + hash = "sha256-YOOpjLUevYsQ2yWWuwqjPjaWXx2BAq7ZubbAZBtclbM="; fetchSubmodules = true; };