libretro.hatari: 0-unstable-2026-03-31 -> 0-unstable-2026-04-20

This commit is contained in:
R. Ryantm
2026-04-22 17:11:28 +00:00
parent 3f2a8dde01
commit 5cbc0847b6
@@ -6,13 +6,13 @@
}:
mkLibretroCore {
core = "hatari";
version = "0-unstable-2026-03-31";
version = "0-unstable-2026-04-20";
src = fetchFromGitHub {
owner = "libretro";
repo = "hatari";
rev = "00af13a379e7839399ff2939807f050b7fc49a0e";
hash = "sha256-mPe9+RX9DsrJkmydXqEBrR7EMwijhjj/yJPB2QlK3/U=";
rev = "6aa7c7079b3186025ebc6bad4b4251aa359a3947";
hash = "sha256-17L2EpLGwkWA/9XTgtIq+PNABGvgdBQDsAfAZFRKLOE=";
};
extraNativeBuildInputs = [ which ];