libretro.play: 0-unstable-2025-05-23 -> 0-unstable-2025-06-13

This commit is contained in:
R. Ryantm
2025-06-14 17:21:31 +00:00
parent 329fd2121f
commit bbdc1ed158
@@ -14,13 +14,13 @@
}:
mkLibretroCore {
core = "play";
version = "0-unstable-2025-05-23";
version = "0-unstable-2025-06-13";
src = fetchFromGitHub {
owner = "jpd002";
repo = "Play-";
rev = "0bd77c19fbbdb83e98988fc5b7944dbeee9eee3e";
hash = "sha256-L99pyfhuMf40MXMAFz/aGmp+i7LjosubQXQZd4XzkHY=";
rev = "011be1b24fcafd4e5c2262538bd37dfe42a2cd05";
hash = "sha256-fcIDh5ydfbwwdlP0KcGNekjUt+uiDe/spzPLOwvLeUI=";
fetchSubmodules = true;
};