From 608272b8a5c92446a40ba9d9276f4e2dfc23e596 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 5 Jan 2026 16:48:28 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2025-12-30 -> 0-unstable-2026-01-04 --- 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 659b9c0c1dda..5d7c6373ae21 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-12-30"; + version = "0-unstable-2026-01-04"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "34fde065b76805c851d7c4b5bc4c67a3d347aab9"; - hash = "sha256-se8WptzipVwAE6Qwq2hTv7xBsY22HoACdVrPv+ssBDc="; + rev = "6c0aff3a28b8c1ee97e1346d0b2404179ce5e5c0"; + hash = "sha256-X/d3qGpdTJx7r6qtW2P/l7COMsv4oJ1nqjZC0QRLYiQ="; fetchSubmodules = true; };