libretro.ppsspp: 0-unstable-2025-12-30 -> 0-unstable-2026-01-04 (#477229)

This commit is contained in:
Thiago Kenji Okada
2026-01-05 20:34:48 +00:00
committed by GitHub
@@ -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;
};