libretro.picodrive: 0-unstable-2026-08-20 -> 0-unstable-2026-09-04

This commit is contained in:
R. Ryantm
2026-09-10 08:34:20 +00:00
parent 4170b86f20
commit dac01e64f4

View File

@@ -5,13 +5,13 @@
}:
mkLibretroCore {
core = "picodrive";
version = "0-unstable-2026-08-20";
version = "0-unstable-2026-09-04";
src = fetchFromGitHub {
owner = "libretro";
repo = "picodrive";
rev = "733c711a477a642fd2006d5a7a581b2790ec36b4";
hash = "sha256-fD3NHgPjbEpKNZQNJX4N6PYS+9pR405Szu/sqDDP+9s=";
rev = "ab021146b70eef7ec0ac2afe06a94e9b4c16ef74";
hash = "sha256-Iza5jKZjLfnqcbbDw9vYLRfl7/++0SoQKBQ15cBYiIo=";
fetchSubmodules = true;
};