diff --git a/einat-ebpf/Makefile b/einat-ebpf/Makefile
index 4e12691..f4965d8 100644
--- a/einat-ebpf/Makefile
+++ b/einat-ebpf/Makefile
@@ -5,7 +5,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=einat-ebpf
-PKG_UPSTREAM_VERSION:=0.1.8
+PKG_UPSTREAM_VERSION:=0.1.9
 PKG_UPSTREAM_GITHASH:=
 PKG_VERSION:=$(PKG_UPSTREAM_VERSION)$(if $(PKG_UPSTREAM_GITHASH),~$(call version_abbrev,$(PKG_UPSTREAM_GITHASH)))
 PKG_RELEASE:=1
@@ -15,7 +15,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_SUBDIR)
 
 ifeq ($(PKG_UPSTREAM_GITHASH),)
 PKG_SOURCE_URL:=https://codeload.github.com/EHfive/einat-ebpf/tar.gz/refs/tags/v$(PKG_UPSTREAM_VERSION)?
-PKG_HASH:=3e47810e852dbad4cffeee1df8d3fea4018e4bda331ffc72f8e9a88f3c73d034
+PKG_HASH:=1f1544580b7e8725e3a5b382a7c46b3a50d15d4dbfcbf45aba72dd6d9cce873c
 
 PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz
 else