libretro.play: 0-unstable-2025-08-25 -> 0-unstable-2025-09-12

This commit is contained in:
R. Ryantm
2025-09-16 14:08:36 +00:00
parent b780ce5f51
commit 2a3cfd6d20
@@ -14,13 +14,13 @@
}:
mkLibretroCore {
core = "play";
version = "0-unstable-2025-08-25";
version = "0-unstable-2025-09-12";
src = fetchFromGitHub {
owner = "jpd002";
repo = "Play-";
rev = "fe54d0a413f8e7268bc8a321e691a562edd6b257";
hash = "sha256-d+bVkM8BsZ9eiHaSNCC4b156EjOqyQn93lOyy6FLbks=";
rev = "19b3995e6d09d9cbd4de9871ad94ea183ca53a6e";
hash = "sha256-6oZIZFnB2S7u4xxrOAfDPiql0biiXRMGD1iiPhFgCWc=";
fetchSubmodules = true;
};