libretro.hatari: 0-unstable-2026-04-20 -> 0-unstable-2026-06-10

This commit is contained in:
R. Ryantm
2026-06-14 03:07:33 +00:00
parent a18d24ff2b
commit b058f8c07d
@@ -6,13 +6,13 @@
}:
mkLibretroCore {
core = "hatari";
version = "0-unstable-2026-04-20";
version = "0-unstable-2026-06-10";
src = fetchFromGitHub {
owner = "libretro";
repo = "hatari";
rev = "6aa7c7079b3186025ebc6bad4b4251aa359a3947";
hash = "sha256-17L2EpLGwkWA/9XTgtIq+PNABGvgdBQDsAfAZFRKLOE=";
rev = "c605d3aa342f2ad8f915f94bf03bae018e1be7b7";
hash = "sha256-UJyfIt5+anXaqqMmL9JNTBvXu5bmyMYloYc8fWxx2m0=";
};
extraNativeBuildInputs = [ which ];