libretro.play: 0-unstable-2025-12-29 -> 0-unstable-2026-01-05

This commit is contained in:
R. Ryantm
2026-01-08 12:19:16 +00:00
parent b8bf69d985
commit 19f89162cb
@@ -14,13 +14,13 @@
}:
mkLibretroCore {
core = "play";
version = "0-unstable-2025-12-29";
version = "0-unstable-2026-01-05";
src = fetchFromGitHub {
owner = "jpd002";
repo = "Play-";
rev = "8de4a71f5215ef38e357ac77a07948eb3424448f";
hash = "sha256-e15p6SEwV71l52OEu08WOKPyMH6uNpnURhmTgcyzBaM=";
rev = "bb6896e8cfd7346b0ddecb43752c854f1c7866f1";
hash = "sha256-tmIQz7bVuIR1htedyCpOBPn3icr1uiOQ01iFJRhxi9s=";
fetchSubmodules = true;
};